.social-links {
	margin: 0 0 15px;
}

.social-links__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	gap: 10px;
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.visually-hidden {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.social-links__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.social-links__title {
	display: block;
}

.social-links__edit-link {
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	vertical-align: middle;
}

.social-links__edit-link:hover {
	color: #337ab7;
}

.social-links__link:hover,
.social-links__link:focus {
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.social-links__link.fa-gab::before,
.social-links__link.fa-gettr::before,
.social-links__link.fa-mewe::before,
.social-links__link.fa-nextdoor::before,
.social-links__link.fa-parler::before,
.social-links__link.fa-rumble::before,
.social-links__link.fa-tiktok::before,
.social-links__link.fa-x-twitter::before {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-repeat: no-repeat;
	height: 40%;
	width: 40%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	vertical-align: middle;
}

.social-links__link.fab,
.social-links__link.fa-solid {
	color: #fff;
	font-size: 24px;
}

.social-links__link.fa-facebook-f {
	background-color: #1877F2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-facebook-f:hover {
	color: #1877F2;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-flickr {
	background-color: #fe0183;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-flickr:hover {
	color: #fe0183;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gab {
	background-color: #21cf7a;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gab:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gab::before {
	background-image: url(../resources/Logos/gab_icon.svg);
	width: 28px;
	height: 28px;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gab:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(95%) saturate(663%) hue-rotate(73deg) brightness(87%) contrast(84%);
            filter: brightness(0) saturate(100%) invert(80%) sepia(95%) saturate(663%) hue-rotate(73deg) brightness(87%) contrast(84%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gettr {
	background-color: #ff0000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gettr::before {
	background-image: url(../resources/Logos/gettr_icon.svg);
	width: 70%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gettr:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(4425%) hue-rotate(353deg) brightness(103%) contrast(130%);
	        filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(4425%) hue-rotate(353deg) brightness(103%) contrast(130%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-gettr:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-instagram {
	background-color: #833AB4;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-instagram:hover {
	color: #833AB4;
	background-color: #fff;;
	-webkit-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}

.social-links__link.fa-linkedin-in {
	background-color: #0077B5;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-linkedin-in:hover {
	color: #0077B5;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-mewe {
	background-color: #F58120;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-mewe::before {
	background-image: url(../resources/Logos/mewe_icon.svg);
	width: 70%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-mewe:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-mewe:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(99%) saturate(985%) hue-rotate(348deg) brightness(100%) contrast(93%);
	        filter: brightness(0) saturate(100%) invert(51%) sepia(99%) saturate(985%) hue-rotate(348deg) brightness(100%) contrast(93%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-nextdoor {
	background-color: #1b8751;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-nextdoor::before {
	background-image: url(../resources/Logos/nextdoor_icon.svg);
	width: 45%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-nextdoor:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(6732%) hue-rotate(150deg) brightness(97%) contrast(79%);
	        filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(6732%) hue-rotate(150deg) brightness(97%) contrast(79%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-nextdoor:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-parler {
	background-color: #e50038;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-parler::before {
	background-image: url(../resources/Logos/parler_icon.svg);
	width: 70%;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-parler:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-parler:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(64%) saturate(6712%) hue-rotate(337deg) brightness(91%) contrast(111%);
	        filter: brightness(0) saturate(100%) invert(13%) sepia(64%) saturate(6712%) hue-rotate(337deg) brightness(91%) contrast(111%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-pinterest-p {
	background-color: #e60124;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-pinterest-p:hover {
	color: #e60124;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rumble {
	background-color: #85c741;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rumble::before {
	background-image: url(../resources/Logos/rumble_icon.svg);
	height: 25px;
	width: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rumble:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rumble:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(87%) saturate(336%) hue-rotate(43deg) brightness(91%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(67%) sepia(87%) saturate(336%) hue-rotate(43deg) brightness(91%) contrast(89%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tiktok {
	background-color: #ff0050;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tiktok::before {
	background-image: url(../resources/Logos/tiktok_icon.svg);
	width: 20px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tiktok:hover {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tiktok:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(79%) saturate(7470%) hue-rotate(337deg) brightness(114%) contrast(107%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(79%) saturate(7470%) hue-rotate(337deg) brightness(114%) contrast(107%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tumblr {
	background-color: #35465C;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-tumblr:hover {
	color: #35465C;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter {
	background-color: #1DA1F2;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter:hover {
	color: #1DA1F2;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter::before {
	background-image: url(../resources/Logos/twitter-x-logo-white.svg);
	width: 25px;
	height: 35px;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter:hover::before {
	-webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(48%) saturate(2387%) hue-rotate(176deg) brightness(97%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(52%) sepia(48%) saturate(2387%) hue-rotate(176deg) brightness(97%) contrast(96%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-vimeo-v {
	background-color: #1ab7ea;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-vimeo-v:hover {
	color: #1AB7EA;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-youtube {
	background-color: #FF0000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-youtube:hover {
	color: #FF0000;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rss {
	background-color: #f26522;
	font-size: 22px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link.fa-rss:hover {
	color: #f26522;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-links__link {
	-webkit-text-fill-color: unset;
}